DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / GetMethodForSelector Method

In This Topic
    GetMethodForSelector Method (C1TableViewSource<T>)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Function GetMethodForSelector( _
       ByVal sel As ObjCRuntime.Selector _
    ) As IntPtr
    public virtual IntPtr GetMethodForSelector( 
       ObjCRuntime.Selector sel
    )

    Parameters

    sel
    See Also